Remove non-ASCII character from comment
authorAntonio Nino Diaz <[email protected]>
Wed, 3 Feb 2016 14:41:48 +0000 (14:41 +0000)
committerAntonio Nino Diaz <[email protected]>
Fri, 5 Feb 2016 08:56:18 +0000 (08:56 +0000)
Replaced a long dash in a comment by the ASCII character '-'. Support
for multibyte character in the source character set is not enforced by
the C99 standard. To maximize compatibility with C processing tools
(e.g. compilers or static code analysis tools), they should be removed.

Change-Id: Ie318e380d3b44755109f042a76ebfd2229f42ae3

plat/arm/css/common/css_scpi.h

index 379a8219bc8749d60e86f9a0c7127502da91309c..4a601f3ef14f5c3d7ce7e24bddc492c1a8d37bf8 100644 (file)
@@ -45,7 +45,7 @@ typedef struct {
        uint32_t set            : 1;
        /* Sender ID to match a reply. The value is sender specific. */
        uint32_t sender         : 8;
-       /* Size of the payload in bytes (0  511) */
+       /* Size of the payload in bytes (0 - 511) */
        uint32_t size           : 9;
        uint32_t reserved       : 7;
        /*